home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / frame_1 / PlaceObject2_61_388 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2012-01-07  |  183 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.getBytesLoaded() == _root.getBytesTotal())
  3.    {
  4.       _root.levelselectHelp.gotoAndStop("active");
  5.       this.gotoAndStop("ready");
  6.    }
  7. }
  8.